CyberStore Return Web Service
MethodGetReturnDetailView
CyberStore Return Web Service > All Operations Resource Group : GetReturnDetailView (Method)
Description
Query for returning the contents of a specified return for the customer of context as an HTML string.
Request (GetReturnDetailViewSoapIn)

The request body is of type GetReturnDetailView.

Request Body Parameters

NameDescriptionData Type
 xml:string
200 Response (GetReturnDetailViewSoapOut)

The response body is of type GetReturnDetailViewResponse.

Response Body Parameters

NameDescriptionData Type

A string value containing a JSON object.

{
    "Data": {
        "RMANumber": "000000000001247",
        "EntryDate": "2022-11-07",
        "Status": "1",
        "CustomerBranch": "10",
        "LastTransactDate": "",
        "Currency": "$",
        "UserField1": "",
        "Area": "S",
        "SpecialInstrs": "",
        "PrintedFlag": "",
        "AlternateKey": "",
        "OrderType": "",
        "ServiceTicket": "",
        "MultiShipCode": "",
        "Comments": "",
        "StatusText": "Open RMA"
    },
    "Html": "<div class=\"divTable\"><div class=\"divTableBody\"><div class=\"divTableRow\"><div class=\"divTableCell logo\"></div><div class=\"divTableCell divTableRight\">\n            Return #:\n            1247<br />\n            Entry Date:\n            11/07/2022</div></div><br /><div class=\"divTableRow\"><div class=\"divTableCell\">Out of Africa<br />254 Southway Drive<br />Southern Bypass<br />South, Sandton<br /><br /><br />RSA</div><div class=\"divTableCell divTableRight\">Out of Africa<br />Susan Brown<br />011-555-2123</div></div><br /></div><br /><div class=\"divTableBody returnData\"><div class=\"divTableRow detailRow headerRow\"><div class=\"divTableCell divTableHead divTableItem\">Item</div><div class=\"divTableCell divTableHead divTableQTY\">Auth Qty</div><div class=\"divTableCell divTableHead divTableDate\">PurchaseDate</div><div class=\"divTableCell divTableHead divTableStatus\">status</div><div class=\"divTableCell divTableHead divTableDate\">IssueDate</div><div class=\"divTableCell divTableHead divTablePrice\">Unit cost</div><div class=\"divTableCell divTableHead divTableProblemCode\">Problem Code</div><div class=\"divTableCell divTableHead divTableInvoice\">Invoice</div></div><div class=\"divTableRow\"><div class=\"divTableCell StockCode\">A100</div><div class=\"divTableCell Qty\">1</div><div class=\"divTableCell PurchaseDate\">//</div><div class=\"divTableCell \">1</div><div class=\"divTableCell  IssueDate\">11/07/2022</div><div class=\"divTableCell divTableRight format-currency\">0.00000</div><div class=\"divTableCell \">WI</div><div class=\"divTableCell invoicePopupLink\"></div></div><div class=\"divTableRow\"><div class=\"divTableCell StockCode\">SER200</div><div class=\"divTableCell Qty\">1</div><div class=\"divTableCell PurchaseDate\">//</div><div class=\"divTableCell \">1</div><div class=\"divTableCell  IssueDate\">11/07/2022</div><div class=\"divTableCell divTableRight format-currency\">0.00000</div><div class=\"divTableCell \">WI</div><div class=\"divTableCell invoicePopupLink\"></div></div></div></div>",
    "LookupData": {},
    "Result": {
        "Success": true,
        "Message": "The request returned the detail view for Return 000000000001247",
        "ElapsedTime": "301 ms"
    }
}

 

xml:string
See Also
All Operations Resource GroupCyberStore Return Web Service